Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix validating pyspark dataframes with regex columns #1397

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

lexanth
Copy link
Contributor

@lexanth lexanth commented Oct 26, 2023

Fixes #1305

@lexanth lexanth force-pushed the pyspark-regex-cols branch from d7d5610 to 5300c80 Compare October 26, 2023 15:13
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (cf6b5e4) 93.92% compared to head (5300c80) 94.01%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1397      +/-   ##
==========================================
+ Coverage   93.92%   94.01%   +0.08%     
==========================================
  Files          91       91              
  Lines        6787     6787              
==========================================
+ Hits         6375     6381       +6     
+ Misses        412      406       -6     
Files Coverage Δ
pandera/api/pyspark/container.py 70.90% <ø> (ø)
pandera/backends/pyspark/container.py 68.44% <0.00%> (+0.97%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cosmicBboy
Copy link
Collaborator

Thanks for the contribution @lexanth !

@cosmicBboy cosmicBboy merged commit 37c24d9 into unionai-oss:main Nov 1, 2023
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyspark validation fails with regex columns
2 participants